home *** CD-ROM | disk | FTP | other *** search
- BEGIN $FLINE ^ "Tomato"
- LOG "Y" = "Y" "The word was found in the following line:"
- TRIM $FLINE "B" " "
- LOG "Y" = "Y" $FLINE
- PARSE inpfname $COMMAND "2* " "3* "
- SET message = "The file containing ""Tomato"" is: "
- APPEND message message inpfname
- HALT "Y" = "Y" message
- END
-